home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / mirror.dir / 00452.ls < prev    next >
Encoding:
Text File  |  1995-03-26  |  308 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("buzz")
  3.   set the visible of sprite 2 to 0
  4.   set the visible of sprite 3 to 0
  5.   set the visible of sprite 4 to 0
  6.   set the visible of sprite 6 to 0
  7.   set the visible of sprite 7 to 0
  8.   set the visible of sprite 16 to 0
  9.   set the visible of sprite 17 to 0
  10.   play frame "bboard"
  11. end
  12.